CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 降维 matlab

搜索资源列表

  1. PCA_LDA.rar

    1下载:
  2. 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!," Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but f
  3. 所属分类:matlab例程

    • 发布日期:2016-03-16
    • 文件大小:3743168
    • 提供者:thy
  1. mani.rar

    0下载:
  2. 一个集成了8种降维方法的GUI(包括常见的PCA、LLE、isomap、HLLE等线性与非线性将为方法),An integrated eight kinds of dimensionality reduction methods GUI (including common PCA, LLE, isomap, HLLE, etc. will be linear and nonlinear methods)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:13954
    • 提供者:huang
  1. KPCAEXAMPLE

    1下载:
  2. 一个很好的核主成分分析matlab程序应用举例。该程序是在前人的核主成分分析程序基础上做了适当的修改产生的,可用于多维数据的降维和压缩处理。-A good kernel principal component analysis matlab application procedures, for example. The program is in the predecessors of Kernel Principal Component Analysis based on the proce
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1969
    • 提供者:Liquanlin
  1. dimreduce

    0下载:
  2. 普通降维方法汇总,PCA,LDA,isomap-Summary of general dimension reduction methods, PCA, LDA, isomap .......
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:195287
    • 提供者:
  1. toolbox_dimreduc

    0下载:
  2. 几种经典的降维工具的matlab程序。供想学习流形学习算法的朋友分享。-This is a dimension reduction toolbox developed by Laurens van der Maaten(MISS). You are free to use, modify, or redistribute this software in any way you want, but only for non-commercial purposes. This Matlab too
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:195285
    • 提供者:李祥宝
  1. wine

    3下载:
  2. pca-kmeans聚类 先将数据(wine,uci数据集)降维处理,在进行聚类-pca-kmeans clustering use the data of uci:wine.
  3. 所属分类:matlab

    • 发布日期:2017-01-12
    • 文件大小:7168
    • 提供者:
  1. OLPP

    0下载:
  2. 正交的Linear Graph Embedding算法!用于降维,供大家学习交流。-Orthogonal Linear Graph Embedding Algorithm! For dimensionality reduction for them to learn from the exchange.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1923
    • 提供者:小哈
  1. drtoolbox.tar

    1下载:
  2. 这是一个MATLAB工具箱包括32个降维程序,主要包括 pca,lda,MDS等十几个程序包,对于图像处理非常具有参考价值- ,This Matlab toolbox implements 32 techniques for dimensionality reduction. These techniques are all available through the COMPUTE_MAPPING function or trhough the GUI. The following techn
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-09
    • 文件大小:1077768
    • 提供者:yang
  1. Mani

    1下载:
  2. 流形学习程序,Isomap,LLE,LTSA,etc,非线性数据降维-manifold learning, Isomap, LLE, LTSA, etc, nonlinear data dimensionality reduction
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:29334
    • 提供者:ZHUANG
  1. pca

    3下载:
  2. 运用pca算法降维,提取主要特征值,从而达到降维目的-Dimensionality reduction using pca algorithm, extract the main features of the value of
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1254
    • 提供者:燕子
  1. PCA

    5下载:
  2. 用于模式识别中的PCA降维输入数据data和option。data是一个矩阵,每一行代表一个样本。option是选择降维到多少维。-[eigvector, eigvalue] = PCA(data, options) [eigvector, eigvalue] = PCA(data)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1301
    • 提供者:
  1. PCA

    1下载:
  2. 主成分分析的代码,降维的工具,特征提取降维的工具-PCA code
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1299
    • 提供者:dengzhaoxiong
  1. MatlabDimensionReductionToolbox

    0下载:
  2. 经典的降维方法集合,包含近代诸多算法,由马大博士生编著。-The Matlab Toolbox for Dimensionality Reduction contains Matlab implementations of 32 techniques for dimensionality reduction. A large number of implementations was developed from scratch, whereas other implementations ar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1032472
    • 提供者:Alan
  1. pls

    0下载:
  2. 所谓偏最小二乘法,就是指在做基于最小二乘法的线性回归分析之前,对数据集进行主成分分析降维,下面的源码是没有删减的,GreenSim团队免费提供您使用,转载请注明GreenSim团队(http://blog.sina.com.cn/greensim)。 -The so-called partial least squares method, this means doing the least square method based on linear regression analysis pr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1620
    • 提供者:biebietuo
  1. renlianshibie

    0下载:
  2. 利用PCA对人脸图像进行降维,然后训练神经网络分类器的Matlab程序-the Matlab in face recoginization using PCA algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:956103
    • 提供者:yang
  1. PCADR

    0下载:
  2. 用于特征降维人脸识别等多元数据分析的主分量分析投影的Matlab代码实现。-For feature reduction and other multivariate data analysis, face recognition principal component analysis projection of the Matlab code implementation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:1081
    • 提供者:moxibingdao
  1. PCA

    0下载:
  2. 对图像进行降维,用少量图像的主成分去描述整个图像以提高系统的效率。-Reduce the dimensions of the image, with a small amount of the principal component image to describe the whole image to improve the efficiency of the system.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2919
    • 提供者:叶子
  1. jiangwei2

    0下载:
  2. 降维状态观测器是非常重基于T变换的降维观测器设计方法。要的一类观测器-Reduced-order state observer is very important dimension reduction based on T transform observer design method. To a class of observer
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:726
    • 提供者:杨波
  1. lmvu

    0下载:
  2. 一个利用半正定规划求解 SDE/MVU 非线性数据降维的算法实现,这是论文原作者提供的 MATLAB 代码。-A MATLAB implementation of the Semi-Definite Embedding (SDE) or namely Maximum Variance Unfolding (MVU) algorithm, provided by the author himself.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:17808
    • 提供者:bsmyht
  1. pcasearch

    0下载:
  2. 基于焊接图片的pca降维,knn分类算法。-Pca-based solder image dimension reduction, knn classification algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:4374
    • 提供者:kyo7738
« 1 23 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com